Allow command-line files to be dropped
authorSimon Glass <[email protected]>
Mon, 14 Mar 2016 01:07:34 +0000 (19:07 -0600)
committerTom Rini <[email protected]>
Tue, 22 Mar 2016 16:16:11 +0000 (12:16 -0400)
commit1872c67359ca7940e7442384288279811a9019b2
tree8a71a609b2b07cf460b9ffac3d94e101a7c17526
parentfb24112c19f1544129af938bb415b04241482f07
Allow command-line files to be dropped

These files do not need to be compiled when CONFIG_CMDLINE is disabled.
Update the Makefile to reflect this.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/Makefile